home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / sleipnir165.exe / {app} / default / L.jpn / template_js < prev    next >
Text File  |  2002-09-26  |  358b  |  19 lines

  1. var pnir;
  2. var document;
  3. var id;
  4.  
  5. pnir     = new ActiveXObject("Sleipnir.API");
  6. id       = pnir.GetDocumentID(pnir.ActiveIndex);
  7. document = pnir.GetDocumentObject(id);
  8.  
  9. if (document == null)  {
  10.     pnir.MessageBox("Document âIâuâWâFâNâgé≡ì∞ɼé┼é½é▄é╣é±");
  11. }
  12. else {
  13.     // TODO: âRü[âhé≡é▒é▒é╔ïLÅqé╡é─é¡é╛é│éóüB
  14.     
  15.     document = null;
  16. }
  17.  
  18. pnir = null;
  19.